Content Library Subscriptions Summary
The Content Library Subscriptions Summary schema contains commonly used information about the subscription.
This schema was added in vSphere API 6.7.2.
{
"subscription": "string",
"subscribed_library": "string",
"subscribed_library_name": "string",
"subscribed_library_vcenter_hostname": "string"
}
Identifier of the subscription.
This property was added in vSphere API 6.7.2.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.content.library.Subscriptions
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.content.library.Subscriptions
.
Identifier of the subscribed library.
This property was added in vSphere API 6.7.2.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.content.Library
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.content.Library
.
Name of the subscribed library.
This property was added in vSphere API 6.7.2.
Hostname of the vCenter instance where the subscribed library exists.
This property was added in vSphere API 6.7.2.
This property is unset if the subscribed library is on the same vCenter Server instance as the published library.